Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

THandle.h File Reference

More...

#include <assert.H>
#include <vector>

Include dependency graph for THandle.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  THandle
class  THandleMgr

Defines

#define SAFE_DELETE(p)   { if(p) { delete (p); (p)=NULL; } }
#define SAFE_DELETE_ARRAY(p)   { if(p) { delete[] (p); (p)=NULL; } }
#define SAFE_RELEASE(p)   { if(p) { (p)->Release(); (p)=NULL; } }

Typedefs

typedef unsigned long DWORD

Enumerations

enum  EraseType {
  ERASE_UNKNOWN, ERASE_NORMAL, ERASE_DELETE, ERASE_DELETE_ARRAY,
  ERASE_RELEASE
}


Detailed Description

Author:
trajar
This file is the intellectual property of Novus Delta, LLC.. Usage of the contents of this file is subject to the Destiny3D Member License which can be found at http://www.destiny3d.com. Any other usage is prohibited.

This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.

Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.


Change History

Date:
Jun 2002
Author:
trajar
Remarks:
Creation

Define Documentation

#define SAFE_DELETE      { if(p) { delete (p); (p)=NULL; } }
 

#define SAFE_DELETE_ARRAY      { if(p) { delete[] (p); (p)=NULL; } }
 

#define SAFE_RELEASE      { if(p) { (p)->Release(); (p)=NULL; } }
 


Typedef Documentation

typedef unsigned long DWORD
 


Enumeration Type Documentation

enum EraseType
 

Enumeration values:
ERASE_UNKNOWN 
ERASE_NORMAL 
ERASE_DELETE 
ERASE_DELETE_ARRAY 
ERASE_RELEASE 


Generated on Mon Sep 12 20:11:18 2005 for Destiny3D by doxygen1.3-rc3